Process XSLT
						(Text Processing)
					
	
		
		
		Synopsis
Converts an XML document using an XSLT stylesheet.Description
This operator applies an XSLT stylesheet on a given XML document and returns the converted version of the input XML document.
Input
documentThe document port.
xslt documentThe xslt document port.
Output
documentThe converted document port.